projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed1f66
)
Don't require font-lock.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Aug 1998 00:58:10 +0000
(
00:58
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Aug 1998 00:58:10 +0000
(
00:58
+0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index f9050122f771fae3259a10681ea070528267ddd7..4035cf57071047460ea9b958e635cef2d65c8e7e 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-42,7
+42,6
@@
;; (add-hook 'mail-send-hook 'flyspell-mode-off)
;;; Code:
-(require 'font-lock)
(require 'ispell)
;*---------------------------------------------------------------------*/